Skip to content

ymgh96/Detecting-the-patch-of-CVE-2018-1010

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Detecting-the-patch-of-CVE-2018-1010

This C++ code developed on Visual Studio 2017. This program works with cmd's commands.
In this program first, we check your operating system version and then according to Microsoft's notification checks whether you have installed the patch for CVE-2018-1010 vulnerability with your Windows or not.
you can test this code with the following commands in windows:

  1. checking OS version:
    systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
  2. checking the installation of patch:
    wmic qfe | find "the_number_of_desired_patch"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published